home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / res / description / Tsticktexture.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  177b  |  11 lines

  1. #ifndef _Tsticktexture_H_
  2. #define _Tsticktexture_H_
  3.  
  4. enum
  5. {
  6.     STICKTEXTURETAG_ACTIVE    = 1000,
  7.     STICKTEXTURETAG_RECORD  = 1001,
  8.     STICKTEXTURETAG_RESET   = 1002
  9. };
  10.  
  11. #endif